Getting and Setting Style Attributes
The style attributes are a set of flags that modify the behavior of the style object. In particular, these flags allow you to specify how QuickDraw GX places the geometric pen with respect to a shape's geometry and whether the shape should be constrained to a grid.For a description of the style attributes, see the section "Style Attributes" on page 3-98.
You can use the
GXGetStyleAttributes
function to find the style attributes of an existing style and theGXSetStyleAttributes
function to set the style attributes of a style.The
GXGetShapeStyleAttributes
andGXSetShapeStyleAttributes
functions provide a way to determine and change the style attributes of a style object associated with a particular shape.
Subtopics
- GXGetStyleAttributes
- GXSetStyleAttributes
- GXGetShapeStyleAttributes
- GXSetShapeStyleAttributes